CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - image compare

搜索资源列表

  1. vbtuxiang

    0下载:
  2. 其实说白了就是灰度的一个跳变。因此我们只要设定一个阀值,把电脑上的图片中的像素的色彩转化为灰度,再把相邻的两个像素的灰度去比较,当灰度变化超过一定的量的时候,我们就判断它是轮廓。-In fact, it means a grayscale transition. So long as we set a threshold, the computer image pixel color into gray, then gray pixels adjacent to compare the two,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:66985
    • 提供者:李兰
  1. redge-detection

    0下载:
  2. 用sobel算子和roberts算子对图像进行边缘检测并将两种结果进行比较-Roberts using sobel operator and operator of the image edge detection and compare the two results
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5494274
    • 提供者:冰凝雨
  1. similarity

    1下载:
  2. python写的图像相似度算法。比较图像相似度,选出最相思的图片-python write the image similarity algorithm. Compare image similarity, image to select the most Acacia
  3. 所属分类:Special Effects

    • 发布日期:2015-11-13
    • 文件大小:388096
    • 提供者:zyy
  1. HSV_compare

    0下载:
  2. openCV 例程用于加载图片并且与比较的图片进行hist比较 最终输出结果-openCV for compare the HSV histogram and generate a hist image
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:1741
    • 提供者:QuJinnan
  1. HP

    0下载:
  2. 利用巴特沃斯高通滤波、理想高通滤波、高斯高通滤波处理图像,根据需求使图像得到锐化,并比较他们的效果。-Use bart wo high-pass filter high-pass filter, ideal, gaussian high-pass filter processing images, according to demand makes the image get sharpening, and compare their effect.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:850968
    • 提供者:邓一一
  1. tuxiangyasuo

    0下载:
  2. 1、 利用DCT进行jpg压缩,其中DCT可以调用函数,其它尽量自己编写代码,压缩过程可进行适当简化(通过查书了解jpg的原理); 2、 对图像进行二值化,请利用二值图像压缩方法进行数据压缩,然后解压缩,看通过肉眼能否看清表盘数据,比较两种算法的压缩效果; -1, the use of DCT for jpg compression, which DCT can call the function, the other as far as possible to write your o
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:819873
    • 提供者:wenjing
  1. design

    1下载:
  2. 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 6)能对图像加入各种噪声,并通过几种滤波算法实现去噪并显示结果。比较去噪效
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:9926
    • 提供者:风行阵
  1. MSE

    0下载:
  2. 根据冈萨雷斯《数字图象处理》中自己编写的MSE小程序,能够解决添加噪声之后的对比和去噪情况的对比-based on 《DIGITAL IMAGE PROCESSING》,create this small program about MSE.In order to compare with the images before and after adding noise
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1190
    • 提供者:赵勇
  1. m-file

    0下载:
  2. skin detection by back projection and using a .jpg file consist of skin model and detect skin from image that have an similar texture compare to model
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2519
    • 提供者:taha
  1. m-file

    0下载:
  2. apply mid filter to image and compare with another filter in image processing
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:8301
    • 提供者:taha
  1. yepian

    0下载:
  2. 为了研究植物的生长规律,应用数字摄影图像处理法对山楂叶面积进行无损测量,该方法采用数码相机在田间获取山楂叶子的数字图像,对所拍图像进行背景去除、二值化及中值滤波处理,然后利用Matlab软件编程.快速计算出叶子的面积。把这一面积同常用的叶纸称重法所测面积进行比较.结果基本相同,由此可见,数字摄影图像法测量叶面积,具有简单、准确、方便快捷的特点.这对数字农业的植物信息快速采集和利用具有重要的意义。 - In order to study the growth pattern of plants
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1253
    • 提供者:diaoguangqiang
  1. 06102001

    0下载:
  2. 机器学习》课上的作业,PCA和LDA降维,尽管网上很多,但很少注释,另外细节上也没注意。这里有很详细的注释。另外还附上一个Naive贝叶斯分类器,大家可以作比较。附带的图像包是OLR人脸。ReducedDim为想要提取的特征数,不是百分比!-" -Machine learning" classes on the homework, PCA and LDA dimensionality reduction, even though a lot of online, but few notes, o
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1338
    • 提供者:caifeifei
  1. BART

    0下载:
  2. 光线跟踪测试基准,BART的主要贡献是提供了三幅参数可变的栩栩如生的场景,以此可以用来比较不同的光线跟踪算法的性能。对于看上去很相似图像,我们也设计了方法用来比较相似图像的质量有何不同。-Light tracing test standards, BART is the main contribution of provide for three of the variable parameters of vivid scene, this can be used to compare diff
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:71488
    • 提供者:程野
  1. ww

    0下载:
  2. 车辆牌照识别(LPR)系统是一个专用的计算机视觉系统,LPR系统的广泛应用将有助于加快我国交通管理 自动化的进程。本文对车牌识别系统中的图像预处理、车牌定位、字符分割和字符识别等环节涉及到的技术、算法以 及系统整体设计作了全面的论述,并与已有方案进行了比较,对部分关键算法进行了设计和改进。用采集到的40多 幅汽车图片作为实验样本数据,用纯软件的方法实现了车牌字符的自动识别-As a speclal computer vision system,the License Plate Re
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-11
    • 文件大小:2589918
    • 提供者:王翔
  1. shuzituxiangchuli

    1下载:
  2. 作业一 要求 用C语言或者VC,VB,Matlab或其他语言完成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 作业二 要求 1. 编程实现图像傅立叶高通、低通滤波。 2. 尝试傅立叶压缩。 作业三 要求 编程实现图像DCT高通、低通滤波。并与傅里叶变换比较。 作业四 要求 找一幅曝光不足的灰度(或彩色)图像,按照直方图均衡化方法进行处
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4187381
    • 提供者:李海宁
  1. registration-vc

    0下载:
  2. 使用vc实现图像配准,调用了多种方法分别实现,用来比对效果-Vc achieve image registration, call, respectively, to achieve a variety of methods, used to compare effect
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:826525
    • 提供者:xw
  1. registration-matlab

    0下载:
  2. 使用matlab实现图像配准,调用了多种方法分别实现,用来比对效果-Use matlab to achieve image registration, call, respectively, to achieve a variety of methods, used to compare effect
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:20109
    • 提供者:xw
  1. Arithmetic-encoding

    0下载:
  2. matlab中应用算数编码进行图像压缩,比较在对不同大小的像素组压缩时的性能。-Arithmetic coding for image in matlab Compare the diffence while encode different size of pixels block
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:5181
    • 提供者:施霆
  1. track

    0下载:
  2. 图形图像处理,比较输出结果,驱动外围设备实现跟踪-Graphic image processing, compare the output drive peripheral devices to track
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:237477
    • 提供者:chengl
  1. A-Comparison-of-SIFT-and-Harris-Conner-Features.r

    0下载:
  2. Abstract—This paper presents a comparative study of two competing features for the task of finding correspondence points in consecutive image frames. One is the Harris corner feature and the other is the SIFT feature. First, consecutive fram
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:962147
    • 提供者:bou33aza
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »
搜珍网 www.dssz.com